crypto/sha512.digest.function (field)

22 uses

	crypto/sha512 (current package)
		sha512.go#L88: 	function crypto.Hash
		sha512.go#L92: 	switch d.function {
		sha512.go#L144: 	switch d.function {
		sha512.go#L175: 	case d.function == crypto.SHA384 && string(b[:len(magic384)]) == magic384:
		sha512.go#L176: 	case d.function == crypto.SHA512_224 && string(b[:len(magic512_224)]) == magic512_224:
		sha512.go#L177: 	case d.function == crypto.SHA512_256 && string(b[:len(magic512_256)]) == magic512_256:
		sha512.go#L178: 	case d.function == crypto.SHA512 && string(b[:len(magic512)]) == magic512:
		sha512.go#L209: 	d := &digest{function: crypto.SHA512}
		sha512.go#L216: 	d := &digest{function: crypto.SHA512_224}
		sha512.go#L223: 	d := &digest{function: crypto.SHA512_256}
		sha512.go#L233: 	d := &digest{function: crypto.SHA384}
		sha512.go#L239: 	switch d.function {
		sha512.go#L254: 	if d.function != crypto.SHA512_224 && d.function != crypto.SHA512_256 {
		sha512.go#L280: 	if d.function != crypto.SHA512_224 && d.function != crypto.SHA512_256 {
		sha512.go#L287: 	switch d0.function {
		sha512.go#L331: 	if d.function != crypto.SHA384 {
		sha512.go#L344: 	d := digest{function: crypto.SHA512}
		sha512.go#L355: 	d := digest{function: crypto.SHA384}
		sha512.go#L365: 	d := digest{function: crypto.SHA512_224}
		sha512.go#L375: 	d := digest{function: crypto.SHA512_256}